c# convert linq jValue to int

109

c# convert linq jValue to int -

int storedValue = myJValue.ToObject<int>(); 

Comments

Submit
0 Comments